home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_carriere.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  8.8 KB  |  542 lines

  1. ;//****************** CARRIERE CHAMPIONNAT (C4) *******************
  2. new Container
  3. {
  4.     name "container_carriere_championnat"
  5.     z 1
  6.  
  7.     background "data/menus/i_bg_carriere_640_0.nif"
  8.  
  9.     on_idle ActionIdleManager
  10.     {
  11.         current_menu 1002
  12.     }    
  13.  
  14.     
  15.     new MenuButton
  16.     {
  17.         name "titre_fenetre_carriere_champ"
  18.         x 0.749
  19.         y 0.85
  20.         size_x 0.25
  21.         size_y 0.163
  22.         text "Career"
  23.         text_size 0.45
  24.         text_initial_color <0,0.66,1,1>
  25.         normal_image "data/menus/i_titre_bouton.nif"
  26.         highlight_image ""
  27.     }
  28.     new MenuButton
  29.     {
  30.         ;// Championnat
  31.         name "piton_carriere_championnat"
  32.         x 0.012
  33.         y 0.85
  34.         text "Championship"
  35.         text_size 0.21
  36.         text_initial_color <0,0.66,1,1>
  37.         highlight_image ""
  38.     }
  39.     new MenuButton
  40.     {
  41.         ;// Courses amateurs
  42.         name "piton_carriere_amateurs"
  43.         x 0.004
  44.         y 0.75
  45.         text "Amateur"
  46.         text2 "Races"
  47.         change_script "menu_carriere_course_amateur.txt"
  48.         change_container "container_carriere_course_amateur"
  49.         change_nofade "true"
  50.     }
  51.     new MenuButton
  52.     {
  53.         ;// Pieces
  54.         x 0.005
  55.         y 0.65
  56.         text "Parts"
  57.         change_script "menu_carriere_piece.txt"
  58.         change_container "container_carriere_piece"
  59.         change_nofade "true"
  60.     }
  61.     new MenuButton
  62.     {
  63.         ;// Ajustement
  64.         x 0.015
  65.         y 0.55
  66.         text "Adjustments"
  67.         change_script "menu_carriere_ajustement_magasin.txt"
  68.         change_container "container_carriere_ajustement"
  69.         change_nofade "true"
  70.     }
  71.     new MenuButton
  72.     {
  73.         ;// Magasin
  74.         x 0.038
  75.         y 0.45
  76.         text "The Store"
  77.         change_script "menu_carriere_magasin.txt"
  78.         change_container "container_carriere_magasin"
  79.         change_nofade "true"
  80.     }
  81.     new MenuButton
  82.     {
  83.         ;// Classements
  84.         x 0.07
  85.         y 0.35
  86.         text "Ranking"
  87.         change_script "menu_carriere_classement.txt"
  88.         change_container "container_carriere_classement_general"
  89.         change_nofade "true"
  90.     }
  91.     new MenuButton
  92.     {
  93.         ;// Commanditaires
  94.         x 0.12
  95.         y 0.25
  96.         text "Sponsors"
  97.         change_script "menu_carriere_commanditaire.txt"
  98.         change_container "container_carriere_commanditaire"
  99.         change_nofade "true"
  100.     }
  101.     new FastFont
  102.     {
  103.         ;// Classe 100cc
  104.         ;// DO NOT AUTO_CENTER!
  105.         name "font_class_config_initial"
  106.         x 0.20
  107.         y 0.930
  108.         ratio 0.3
  109.         text "100cc"
  110.         initial_color <1,1,1,1>
  111.     }
  112.     ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
  113.     ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
  114.     new Button
  115.     {
  116.         ;// Arcade - Pour les info de Map
  117.         x 0.17
  118.         y 0.71
  119.         size_x 0.35
  120.         size_y 0.21
  121.         state_normal ActionAnimableImage
  122.         {
  123.             list ("data/menus/i_arcade_ovale.nif")
  124.         }
  125.     }
  126.     new FastFont
  127.     {
  128.         ;// Titre de la map dans le haut
  129.         name "carriere_champ_map_preview_text"
  130.         x 0.34
  131.         y 0.824
  132.         auto_center 1
  133.         ratio 0.27
  134.         text "Arizona"
  135.         initial_color <1,1,1,1>
  136.     }
  137.     new FastFont
  138.     {
  139.         ;// Commentaire.. explication... sais pas ?
  140.         name "carriere_champ_map_preview_comment"
  141.         x -2.00 ;0.365
  142.         y -2.00 ;0.752
  143.         auto_center 1
  144.         ratio 0.27        
  145.         text "Short"
  146.         initial_color <1,1,1,1>
  147.     }
  148.     new Button
  149.     {
  150.         ;// Map preview
  151.         name "carriere_champ_map_preview_button"
  152.         x 0.53
  153.         y 0.715
  154.         z 0.9
  155.         size_x 0.26
  156.         size_y 0.19
  157.     }
  158.     new List
  159.     {
  160.         name "carriere_champ_liste"
  161.         x 0.45
  162.         y 0.39
  163.         z 0.9
  164.         size_x 0.35
  165.         size_y 0.3
  166.         background "data/menus/i_carre_listbox.nif"
  167.  
  168.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  169.  
  170.         selection_type 4
  171.         display_type 0 
  172.     }
  173.  
  174.     new FastFont
  175.     {
  176.         ;// Nombre de tours
  177.         name "text_carriere_nbtours"
  178.         x 0.365
  179.         y 0.752
  180.         ratio 0.27
  181.         text "6000"
  182.         initial_color <1,1,1,1>
  183.         auto_center 1
  184.     }
  185.  
  186.     new MenuButton
  187.     {
  188.         name "background_bourses"
  189.         x 0.805
  190.         y 0.3875
  191.         z 0.9
  192.         size_x 0.17
  193.         size_y 0.30
  194.         normal_image "data/menus/i_carre_listbox.nif"
  195.         highlight_image ""
  196.     }
  197.  
  198.     new MenuButton
  199.     {
  200.         name "background_frais_d'inscription"
  201.         x 0.805
  202.         y 0.70
  203.         z 0.9
  204.         size_x 0.17
  205.         size_y 0.1
  206.         normal_image "data/menus/i_carre_listbox.nif"
  207.         highlight_image ""
  208.     }
  209.  
  210.     new FastFont
  211.     {
  212.         ;// Frais D'inscription
  213.         x 0.89
  214.         y 0.755
  215.         ratio 0.23
  216.         auto_center 1
  217.         text "Entrance Fee"
  218.         initial_color <1,1,1,1>
  219.     }
  220.  
  221.     new FastFont
  222.     {
  223.         ;// Montant course
  224.         name "montant_cout_career"
  225.         x 0.89
  226.         y 0.715
  227.         auto_center 1
  228.         ratio 0.25
  229.         text "$222"
  230.         initial_color <0,0.66,1,1>
  231.     }
  232.  
  233.     new FastFont
  234.     {
  235.         ;// Bourses
  236.         x 0.89
  237.         y 0.635
  238.         ratio 0.27
  239.         text "Winnings"
  240.         initial_color <1,1,1,1>
  241.         auto_center 1
  242.     }
  243.     new FastFont
  244.     {
  245.         ;// Bourses 1 ere
  246.         x 0.82
  247.         y 0.570
  248.         ratio 0.25        
  249.         text "1"
  250.         initial_color <1,1,1,1>
  251.     }
  252.     new FastFont
  253.     {
  254.         ;// Bourses 1 ere
  255.         x 0.84
  256.         y 0.580
  257.         ratio 0.2
  258.         text "st"
  259.         initial_color <1,1,1,1>
  260.     }
  261.     new FastFont
  262.     {
  263.         ;// Bourses 1 ere - Montant
  264.         name "montant_career_bourse_1"
  265.         x 0.935
  266.         y 0.570
  267.         ratio 0.25
  268.         text "$1000"
  269.         auto_center 1
  270.         initial_color <0,0.66,1,1>
  271.     }
  272.     new FastFont
  273.     {
  274.         ;// Bourses 2 ieme
  275.         x 0.82
  276.         y 0.535
  277.         ratio 0.25        
  278.         text "2"
  279.         initial_color <1,1,1,1>
  280.     }
  281.     new FastFont
  282.     {
  283.         ;// Bourses 2 ieme
  284.         x 0.84
  285.         y 0.545
  286.         ratio 0.2
  287.         text "nd"
  288.         initial_color <1,1,1,1>
  289.     }
  290.     new FastFont
  291.     {
  292.         ;// Bourses 2 ieme - Montant
  293.         name "montant_career_bourse_2"
  294.         x 0.935
  295.         y 0.535
  296.         auto_center 1
  297.         ratio 0.25
  298.         text "$800"
  299.         initial_color <0,0.66,1,1>
  300.     }
  301.     new FastFont
  302.     {
  303.         ;// Bourses 3 ieme
  304.         x 0.82
  305.         y 0.50
  306.         ratio 0.25        
  307.         text "3"
  308.         initial_color <1,1,1,1>
  309.     }
  310.     new FastFont
  311.     {
  312.         ;// Bourses 3 ieme
  313.         x 0.84
  314.         y 0.51
  315.         ratio 0.2        
  316.         text "rd"
  317.         initial_color <1,1,1,1>
  318.     }
  319.     new FastFont
  320.     {
  321.         ;// Bourses 3 ieme - Montant
  322.         name "montant_career_bourse_3"
  323.         x 0.935
  324.         y 0.50
  325.         auto_center 1
  326.         ratio 0.25
  327.         text "$600"
  328.         initial_color <0,0.66,1,1>
  329.     }
  330.     new FastFont
  331.     {
  332.         ;// Bourses 4 ieme
  333.         x 0.82
  334.         y 0.465
  335.         ratio 0.25        
  336.         text "4"
  337.         initial_color <1,1,1,1>
  338.     }
  339.     new FastFont
  340.     {
  341.         ;// Bourses 4 ieme
  342.         x 0.84
  343.         y 0.475
  344.         ratio 0.2        
  345.         text "rth"
  346.         initial_color <1,1,1,1>
  347.     }
  348.     new FastFont
  349.     {
  350.         ;// Bourses 4 ieme - Montant
  351.         name "montant_career_bourse_4"
  352.         x 0.935
  353.         y 0.465
  354.         auto_center 1
  355.         ratio 0.25
  356.         text "$400"
  357.         initial_color <0,0.66,1,1>
  358.     }
  359.     new Button
  360.     {
  361.         ;// Race selector (Blue circle)
  362.         x 0.48
  363.         y 0.17
  364.         z 0.9
  365.         size_x 0.3
  366.         size_y 0.17
  367.  
  368.         state_normal ActionAnimableImage
  369.         {
  370.             list ("data/menus/i_ovale_start.nif")
  371.         }
  372.     }
  373.     new FastFont
  374.     {
  375.         ;// Pratique
  376.         name "piton_career_pratique"
  377.         x 0.593
  378.         y 0.272
  379.         ratio 0.25
  380.         text "Training"
  381.         initial_color <0.99,0.61,0,1>
  382.         over_color <0,0.66,1,1>
  383.  
  384.         on_click ActionStateManagerInterface
  385.         {
  386.             ;eCAREER_PRATIQUE
  387.             request_type 1008
  388.         }
  389.     }
  390.     new FastFont
  391.     {
  392.         ;// Qualifications
  393.         name "piton_career_qualifs"
  394.         x 0.593
  395.         y 0.239
  396.         ratio 0.25
  397.         text "Qualifications"
  398.         initial_color <0.99,0.61,0,1>
  399.         over_color <0,0.66,1,1>
  400.  
  401.         on_click ActionStateManagerInterface
  402.         {
  403.             ;eCAREER_QUALIFICATION
  404.             request_type 1009
  405.         }
  406.     }
  407.     new MenuButton
  408.     {
  409.         ;// Ovale de l'argent
  410.         name "carriere_montant_argent"
  411.         x 0.37
  412.         y 0.06
  413.         text "$10,000"
  414.         text_size 0.3
  415.         text_initial_color <1,1,1,1>
  416.         text_over_color <1,1,1,1>
  417.         normal_image "data/menus/i_bouton.nif"
  418.         highlight_image ""
  419.     }
  420.     new FastFont
  421.     {
  422.         ;// Course
  423.         name "piton_career_course"
  424.         x 0.593
  425.         y 0.206
  426.         ratio 0.25
  427.         text "Race"
  428.         initial_color <0.99,0.61,0,1>
  429.         over_color <0,0.66,1,1>
  430.  
  431.         on_click ActionStateManagerInterface
  432.         {
  433.             ;eCAREER_GO_RACE
  434.             request_type 1010
  435.         }
  436.     }
  437.     new MenuButton
  438.     {
  439.         ;// Sauver/charger
  440.         x 0.862
  441.         y 0.15
  442.         text "Save/"
  443.         text2 "Load"
  444.  
  445.         change_script "menu_principal.txt"
  446.          change_container "container_general_sauver_charger"
  447.     }
  448.     new MenuButton
  449.     {
  450.         ;// Retour
  451.         x 0.74
  452.         y 0.07
  453.         text "Main"
  454.         text2 "Menu"
  455.  
  456.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  457.         state_manager "1200"
  458.     }
  459.  
  460.  
  461.     new MenuButton
  462.     {
  463.         name "background_gauche"
  464.         x 0.235
  465.         y 0.528
  466.         z 0.9
  467.         size_x 0.21
  468.         size_y 0.16
  469.         normal_image "data/menus/i_carre_listbox.nif"
  470.         highlight_image ""
  471.     }
  472.  
  473.     new FastFont
  474.     {
  475.         ;// Temperature
  476.         x 0.34
  477.         y 0.64
  478.         auto_center 1
  479.         ratio 0.27
  480.         text "Weather Forecast"
  481.         initial_color <1,1,1,1>
  482.     }
  483.     new FastFont
  484.     {
  485.         ;// Temperature
  486.         name "carriere_temp"
  487.         x 0.34
  488.         y 0.615
  489.         ratio 0.23
  490.         text "20 degres"
  491.         initial_color <0,0.66,1,1>
  492.         auto_center 1
  493.     }
  494.     new FastFont
  495.     {
  496.         ;// Position qualifie
  497.         name "text_carriere_qualifie"
  498.         x 0.34
  499.         y 0.575
  500.         auto_center 1
  501.         ratio 0.27
  502.         text "Starting position"
  503.         initial_color <1,1,1,1>
  504.     }
  505.     new FastFont
  506.     {
  507.         ;// Position qualifie
  508.         name "text_carriere_pos_qualifie"
  509.         x 0.34
  510.         y 0.55
  511.         auto_center 1
  512.         ratio 0.23
  513.         text "1st"
  514.         initial_color <0,0.66,1,1>
  515.     }
  516.     new FastFont
  517.     {
  518.         ;// Sponsor race
  519.         name "text_sponsor"
  520.         ;// Do not auto_center!!
  521.         x 0.34
  522.         y 0.5825
  523.         ratio 0.27
  524.         auto_center 1
  525.         text "Sponsor :"
  526.         initial_color <1,1,1,1>
  527.     }
  528.     new FastFont
  529.     {
  530.         ;// Montant course
  531.         name "nom_sponsor"
  532.         ;// Do not auto_center!!
  533.         x 0.34
  534.         y 0.5575
  535.         ratio 0.22
  536.         auto_center 1
  537.         text " "
  538.         initial_color <0,0.66,1,1>
  539.     }
  540.     
  541. }
  542.